From a6c3275d4f19f3a261c81830372de95d2f255112 Mon Sep 17 00:00:00 2001 From: Chunkit Yeung Date: Sun, 21 Mar 2021 21:00:29 +0800 Subject: [PATCH] Versionv1.5.0_fixed --- SYS.Application/Business/CashService.cs | 25 +++++++++- SYS.Application/Business/FontsService.cs | 25 +++++++++- SYS.Application/Business/ICashService.cs | 25 +++++++++- SYS.Application/Business/IFontsService.cs | 25 +++++++++- SYS.Application/Business/IReserService.cs | 25 +++++++++- SYS.Application/Business/ISellService.cs | 25 +++++++++- SYS.Application/Business/ISpendService.cs | 25 +++++++++- SYS.Application/Business/IWtiService.cs | 25 +++++++++- SYS.Application/Business/ReserService.cs | 25 +++++++++- SYS.Application/Business/SellService.cs | 25 +++++++++- SYS.Application/Business/SpendService.cs | 25 +++++++++- SYS.Application/Business/WtiService.cs | 25 +++++++++- SYS.Application/Customer/CheckInfoService.cs | 25 +++++++++- SYS.Application/Customer/CustoService.cs | 25 +++++++++- SYS.Application/Customer/ICheckInfoService.cs | 25 +++++++++- SYS.Application/Customer/ICustoService.cs | 25 +++++++++- SYS.Application/Room/IRoomService.cs | 25 +++++++++- SYS.Application/Room/IRoomTypeService.cs | 25 +++++++++- SYS.Application/Room/RoomService.cs | 25 +++++++++- SYS.Application/Room/RoomTypeService.cs | 25 +++++++++- SYS.Application/Worker/IWorkerCheckService.cs | 25 +++++++++- .../Worker/IWorkerGoodBadService.cs | 25 +++++++++- .../Worker/IWorkerHistoryService.cs | 25 +++++++++- SYS.Application/Worker/IWorkerService.cs | 25 +++++++++- SYS.Application/Worker/WorkerCheckService.cs | 25 +++++++++- .../Worker/WorkerGoodBadService.cs | 25 +++++++++- .../Worker/WorkerHistoryService.cs | 25 +++++++++- SYS.Application/Worker/WorkerService.cs | 25 +++++++++- SYS.Application/Zero/AdminService.cs | 25 +++++++++- SYS.Application/Zero/BaseService.cs | 25 +++++++++- SYS.Application/Zero/IAdminService.cs | 25 +++++++++- SYS.Application/Zero/IBaseService.cs | 25 +++++++++- SYS.Application/Zero/INoticeService.cs | 25 +++++++++- SYS.Application/Zero/IOperationlogService.cs | 45 +++++++++++++++++- SYS.Application/Zero/NoticeService.cs | 25 +++++++++- SYS.Application/Zero/OperationlogService.cs | 31 +++++++++++- SYS.Core/Business/Cash.cs | 26 +++++++++- SYS.Core/Business/Fonts.cs | 26 +++++++++- SYS.Core/Business/Reser.cs | 26 +++++++++- SYS.Core/Business/SellThing.cs | 26 +++++++++- SYS.Core/Business/Spend.cs | 26 +++++++++- SYS.Core/Business/Wti.cs | 26 +++++++++- SYS.Core/Customer/Custo.cs | 26 +++++++++- SYS.Core/Customer/CustoSpend.cs | 26 +++++++++- SYS.Core/Customer/CustoType.cs | 26 +++++++++- SYS.Core/Customer/PassPortType.cs | 26 +++++++++- SYS.Core/Customer/SexType.cs | 26 +++++++++- SYS.Core/Room/CheckInfo.cs | 26 +++++++++- SYS.Core/Room/Room.cs | 26 +++++++++- SYS.Core/Room/RoomState.cs | 26 +++++++++- SYS.Core/Room/RoomType.cs | 26 +++++++++- SYS.Core/Util/ApplicationVersionUtil.cs | 26 +++++++++- SYS.Core/Util/CounterHelper.cs | 26 +++++++++- SYS.Core/Util/DBHelper.cs | 24 ++++++++++ SYS.Core/Util/IDCardUtil.cs | 26 +++++++++- SYS.Core/Util/Md5LockedUtil.cs | 26 +++++++++- SYS.Core/Worker/GBType.cs | 26 +++++++++- SYS.Core/Worker/Worker.cs | 26 +++++++++- SYS.Core/Worker/WorkerCheck.cs | 26 +++++++++- SYS.Core/Worker/WorkerGoodBad.cs | 26 +++++++++- SYS.Core/Worker/WorkerHistory.cs | 26 +++++++++- SYS.Core/Zero/Admin.cs | 25 +++++++++- SYS.Core/Zero/AdminInfo.cs | 31 +++++++++++- SYS.Core/Zero/Dept.cs | 26 +++++++++- SYS.Core/Zero/Education.cs | 26 +++++++++- SYS.Core/Zero/LoginInfo.cs | 26 +++++++++- SYS.Core/Zero/Nation.cs | 26 +++++++++- SYS.Core/Zero/Notice.cs | 26 +++++++++- SYS.Core/Zero/OperationLog.cs | 26 +++++++++- SYS.Core/Zero/position.cs | 26 +++++++++- SYS.FormUI/AppFunction/FrmAboutUs.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmAddRoom.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmAddWorker.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCash.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmChangeAdminPwd.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmChangePosition.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmChangeRoom.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmChangeWorker.cs | 28 ++++++++++- SYS.FormUI/AppFunction/FrmChart.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCheckIn.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCheckInfo.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCheckList.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCheckOutForm.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCustoManager.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCustoSpend.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmCustomerManager.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmDepartment.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmEducation.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmGoodOrBad.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmInputs.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmMySpace.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmNation.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmNotice.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmOperation.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmPosition.cs | 25 +++++++++- .../AppFunction/FrmReserList.Designer.cs | 16 ------- SYS.FormUI/AppFunction/FrmReserList.cs | 12 ++--- SYS.FormUI/AppFunction/FrmReserManager.cs | 2 +- SYS.FormUI/AppFunction/FrmRoomManager.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmRoomMap.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmRoomStateManager.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmSelectCustoInfo.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmSellThing.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmSellThingManager.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmSexType.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmUnLockSystem.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmUpLoadNotice.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmWorkerCheckInfo.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmWorkerManager.cs | 25 +++++++++- SYS.FormUI/AppFunction/FrmWtiInfo.cs | 25 +++++++++- SYS.FormUI/AppInterface/FrmAdminEnter.cs | 26 +++++++++- SYS.FormUI/AppInterface/FrmLogin.cs | 25 +++++++++- SYS.FormUI/AppMain/FrmBackgroundSystem.cs | 25 +++++++++- SYS.FormUI/AppMain/FrmMain.cs | 25 +++++++++- .../AppUserControls/ucBaseInformation.cs | 25 +++++++++- .../AppUserControls/ucEducationInformation.cs | 25 +++++++++- SYS.FormUI/AppUserControls/ucHistory.cs | 25 +++++++++- .../AppUserControls/ucPositionInformation.cs | 25 +++++++++- SYS.FormUI/AppUserControls/ucRoomList.cs | 17 ++----- SYS.FormUI/Program.cs | 25 +++++++++- SYS.FormUI/SYS.FormUI.csproj | 2 +- .../DesignTimeResolveAssemblyReferences.cache | Bin 97928 -> 98198 bytes 122 files changed, 2860 insertions(+), 155 deletions(-) diff --git a/SYS.Application/Business/CashService.cs b/SYS.Application/Business/CashService.cs index b25cc2c..ff318db 100644 --- a/SYS.Application/Business/CashService.cs +++ b/SYS.Application/Business/CashService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Linq; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Business/FontsService.cs b/SYS.Application/Business/FontsService.cs index 10897c1..7a46f19 100644 --- a/SYS.Application/Business/FontsService.cs +++ b/SYS.Application/Business/FontsService.cs @@ -1,4 +1,27 @@ -using MySql.Data.MySqlClient; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using MySql.Data.MySqlClient; using SYS.Common; using SYS.Core; using System; diff --git a/SYS.Application/Business/ICashService.cs b/SYS.Application/Business/ICashService.cs index a4ca955..8720e5e 100644 --- a/SYS.Application/Business/ICashService.cs +++ b/SYS.Application/Business/ICashService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Business/IFontsService.cs b/SYS.Application/Business/IFontsService.cs index f84e2ff..badc195 100644 --- a/SYS.Application/Business/IFontsService.cs +++ b/SYS.Application/Business/IFontsService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Business/IReserService.cs b/SYS.Application/Business/IReserService.cs index b29c032..6a246ed 100644 --- a/SYS.Application/Business/IReserService.cs +++ b/SYS.Application/Business/IReserService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Business/ISellService.cs b/SYS.Application/Business/ISellService.cs index b7c8f81..b367a1f 100644 --- a/SYS.Application/Business/ISellService.cs +++ b/SYS.Application/Business/ISellService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Business/ISpendService.cs b/SYS.Application/Business/ISpendService.cs index c7d280d..128682d 100644 --- a/SYS.Application/Business/ISpendService.cs +++ b/SYS.Application/Business/ISpendService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Business/IWtiService.cs b/SYS.Application/Business/IWtiService.cs index 9ff161e..38c145d 100644 --- a/SYS.Application/Business/IWtiService.cs +++ b/SYS.Application/Business/IWtiService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Business/ReserService.cs b/SYS.Application/Business/ReserService.cs index 3ca2468..c2f89ef 100644 --- a/SYS.Application/Business/ReserService.cs +++ b/SYS.Application/Business/ReserService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using SYS.Common; diff --git a/SYS.Application/Business/SellService.cs b/SYS.Application/Business/SellService.cs index 352ee78..fbbe9f0 100644 --- a/SYS.Application/Business/SellService.cs +++ b/SYS.Application/Business/SellService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using SYS.Common; diff --git a/SYS.Application/Business/SpendService.cs b/SYS.Application/Business/SpendService.cs index 3a30991..080b370 100644 --- a/SYS.Application/Business/SpendService.cs +++ b/SYS.Application/Business/SpendService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Linq; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Business/WtiService.cs b/SYS.Application/Business/WtiService.cs index 82a3e26..8d93457 100644 --- a/SYS.Application/Business/WtiService.cs +++ b/SYS.Application/Business/WtiService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using SYS.Common; diff --git a/SYS.Application/Customer/CheckInfoService.cs b/SYS.Application/Customer/CheckInfoService.cs index 354737b..34e406f 100644 --- a/SYS.Application/Customer/CheckInfoService.cs +++ b/SYS.Application/Customer/CheckInfoService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Data.SqlClient; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Customer/CustoService.cs b/SYS.Application/Customer/CustoService.cs index 8816d4e..8d6020b 100644 --- a/SYS.Application/Customer/CustoService.cs +++ b/SYS.Application/Customer/CustoService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Linq; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Customer/ICheckInfoService.cs b/SYS.Application/Customer/ICheckInfoService.cs index ec2a7d2..d59f118 100644 --- a/SYS.Application/Customer/ICheckInfoService.cs +++ b/SYS.Application/Customer/ICheckInfoService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Customer/ICustoService.cs b/SYS.Application/Customer/ICustoService.cs index c2ddb9c..160b061 100644 --- a/SYS.Application/Customer/ICustoService.cs +++ b/SYS.Application/Customer/ICustoService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Room/IRoomService.cs b/SYS.Application/Room/IRoomService.cs index 158d3fc..773a724 100644 --- a/SYS.Application/Room/IRoomService.cs +++ b/SYS.Application/Room/IRoomService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Room/IRoomTypeService.cs b/SYS.Application/Room/IRoomTypeService.cs index c1737ac..a82497e 100644 --- a/SYS.Application/Room/IRoomTypeService.cs +++ b/SYS.Application/Room/IRoomTypeService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Room/RoomService.cs b/SYS.Application/Room/RoomService.cs index 365daf5..73f3dab 100644 --- a/SYS.Application/Room/RoomService.cs +++ b/SYS.Application/Room/RoomService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Linq; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Room/RoomTypeService.cs b/SYS.Application/Room/RoomTypeService.cs index c8804d8..f51711e 100644 --- a/SYS.Application/Room/RoomTypeService.cs +++ b/SYS.Application/Room/RoomTypeService.cs @@ -1,4 +1,27 @@ -using System.Collections.Generic; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System.Collections.Generic; using MySql.Data.MySqlClient; using SYS.Common; using SYS.Core; diff --git a/SYS.Application/Worker/IWorkerCheckService.cs b/SYS.Application/Worker/IWorkerCheckService.cs index d28a921..a67ac0d 100644 --- a/SYS.Application/Worker/IWorkerCheckService.cs +++ b/SYS.Application/Worker/IWorkerCheckService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Worker/IWorkerGoodBadService.cs b/SYS.Application/Worker/IWorkerGoodBadService.cs index d860cf8..d709da1 100644 --- a/SYS.Application/Worker/IWorkerGoodBadService.cs +++ b/SYS.Application/Worker/IWorkerGoodBadService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Worker/IWorkerHistoryService.cs b/SYS.Application/Worker/IWorkerHistoryService.cs index 70f8267..55f84e6 100644 --- a/SYS.Application/Worker/IWorkerHistoryService.cs +++ b/SYS.Application/Worker/IWorkerHistoryService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Worker/IWorkerService.cs b/SYS.Application/Worker/IWorkerService.cs index c8d6f66..ae1fdbf 100644 --- a/SYS.Application/Worker/IWorkerService.cs +++ b/SYS.Application/Worker/IWorkerService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Worker/WorkerCheckService.cs b/SYS.Application/Worker/WorkerCheckService.cs index ae1f693..9aad694 100644 --- a/SYS.Application/Worker/WorkerCheckService.cs +++ b/SYS.Application/Worker/WorkerCheckService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Linq; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Worker/WorkerGoodBadService.cs b/SYS.Application/Worker/WorkerGoodBadService.cs index f3fb368..13797d2 100644 --- a/SYS.Application/Worker/WorkerGoodBadService.cs +++ b/SYS.Application/Worker/WorkerGoodBadService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using System.Linq; diff --git a/SYS.Application/Worker/WorkerHistoryService.cs b/SYS.Application/Worker/WorkerHistoryService.cs index ef8f615..617ede6 100644 --- a/SYS.Application/Worker/WorkerHistoryService.cs +++ b/SYS.Application/Worker/WorkerHistoryService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using SYS.Common; diff --git a/SYS.Application/Worker/WorkerService.cs b/SYS.Application/Worker/WorkerService.cs index 795ed8c..d3f5e75 100644 --- a/SYS.Application/Worker/WorkerService.cs +++ b/SYS.Application/Worker/WorkerService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Linq; using MySql.Data.MySqlClient; diff --git a/SYS.Application/Zero/AdminService.cs b/SYS.Application/Zero/AdminService.cs index f8c5bcb..866dabf 100644 --- a/SYS.Application/Zero/AdminService.cs +++ b/SYS.Application/Zero/AdminService.cs @@ -1,4 +1,27 @@ -using MySql.Data.MySqlClient; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using MySql.Data.MySqlClient; using SYS.Common; using SYS.Core; using System; diff --git a/SYS.Application/Zero/BaseService.cs b/SYS.Application/Zero/BaseService.cs index ab82a79..7100864 100644 --- a/SYS.Application/Zero/BaseService.cs +++ b/SYS.Application/Zero/BaseService.cs @@ -1,4 +1,27 @@ -using MySql.Data.MySqlClient; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using MySql.Data.MySqlClient; using SYS.Common; using SYS.Core; using System; diff --git a/SYS.Application/Zero/IAdminService.cs b/SYS.Application/Zero/IAdminService.cs index d1ecdd0..91bf5fb 100644 --- a/SYS.Application/Zero/IAdminService.cs +++ b/SYS.Application/Zero/IAdminService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; namespace SYS.Application { diff --git a/SYS.Application/Zero/IBaseService.cs b/SYS.Application/Zero/IBaseService.cs index fecffcb..a26e541 100644 --- a/SYS.Application/Zero/IBaseService.cs +++ b/SYS.Application/Zero/IBaseService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System; using System.Collections.Generic; using System.Linq; diff --git a/SYS.Application/Zero/INoticeService.cs b/SYS.Application/Zero/INoticeService.cs index 05d74d7..f176329 100644 --- a/SYS.Application/Zero/INoticeService.cs +++ b/SYS.Application/Zero/INoticeService.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System.Collections.Generic; namespace SYS.Application diff --git a/SYS.Application/Zero/IOperationlogService.cs b/SYS.Application/Zero/IOperationlogService.cs index 0e4ead1..cab563e 100644 --- a/SYS.Application/Zero/IOperationlogService.cs +++ b/SYS.Application/Zero/IOperationlogService.cs @@ -1,6 +1,47 @@ -namespace SYS.Application +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; +using System.Collections.Generic; + +namespace SYS.Application { - internal interface IOperationlogService + /// + /// 操作日志数据访问层 + /// + public interface IOperationlogService { + /// + /// 添加操作日志 + /// + /// + /// + bool InsertOperationLog(OperationLog opr); + + /// + /// 查询所有操作日志 + /// + /// + List SelectOperationlogAll(); } } \ No newline at end of file diff --git a/SYS.Application/Zero/NoticeService.cs b/SYS.Application/Zero/NoticeService.cs index 14ad99e..b0802e0 100644 --- a/SYS.Application/Zero/NoticeService.cs +++ b/SYS.Application/Zero/NoticeService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using SYS.Common; diff --git a/SYS.Application/Zero/OperationlogService.cs b/SYS.Application/Zero/OperationlogService.cs index 3930091..e828e5f 100644 --- a/SYS.Application/Zero/OperationlogService.cs +++ b/SYS.Application/Zero/OperationlogService.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Data; using System.Linq; @@ -20,7 +43,11 @@ namespace SYS.Application /// public bool InsertOperationLog(OperationLog opr) { - return base.Insert(opr); + if (AdminInfo.isAdmin == false) + { + return base.Insert(opr); + } + return true; } /// diff --git a/SYS.Core/Business/Cash.cs b/SYS.Core/Business/Cash.cs index 4b21922..b8aced3 100644 --- a/SYS.Core/Business/Cash.cs +++ b/SYS.Core/Business/Cash.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:资产类 + */ +using System; namespace SYS.Core { /// diff --git a/SYS.Core/Business/Fonts.cs b/SYS.Core/Business/Fonts.cs index 9739488..0f7efa9 100644 --- a/SYS.Core/Business/Fonts.cs +++ b/SYS.Core/Business/Fonts.cs @@ -1,4 +1,28 @@ -namespace SYS.Core +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:宣传联动类 + */ +namespace SYS.Core { /// /// 酒店宣传联动内容 diff --git a/SYS.Core/Business/Reser.cs b/SYS.Core/Business/Reser.cs index bee468a..79729fa 100644 --- a/SYS.Core/Business/Reser.cs +++ b/SYS.Core/Business/Reser.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:预约类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Business/SellThing.cs b/SYS.Core/Business/SellThing.cs index 324f057..142f5b4 100644 --- a/SYS.Core/Business/SellThing.cs +++ b/SYS.Core/Business/SellThing.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:商品信息类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Business/Spend.cs b/SYS.Core/Business/Spend.cs index c13a1c5..8bdf835 100644 --- a/SYS.Core/Business/Spend.cs +++ b/SYS.Core/Business/Spend.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:消费信息类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Business/Wti.cs b/SYS.Core/Business/Wti.cs index 83ba302..bd5c2fc 100644 --- a/SYS.Core/Business/Wti.cs +++ b/SYS.Core/Business/Wti.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:水电信息类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Customer/Custo.cs b/SYS.Core/Customer/Custo.cs index a83ca1f..2cb892b 100644 --- a/SYS.Core/Customer/Custo.cs +++ b/SYS.Core/Customer/Custo.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:客户信息类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Customer/CustoSpend.cs b/SYS.Core/Customer/CustoSpend.cs index cf09ffd..f8e05e8 100644 --- a/SYS.Core/Customer/CustoSpend.cs +++ b/SYS.Core/Customer/CustoSpend.cs @@ -1,4 +1,28 @@ -namespace SYS.Core +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:酒店盈利情况类 + */ +namespace SYS.Core { /// /// 酒店盈利情况 diff --git a/SYS.Core/Customer/CustoType.cs b/SYS.Core/Customer/CustoType.cs index 9deac50..d8cc1fb 100644 --- a/SYS.Core/Customer/CustoType.cs +++ b/SYS.Core/Customer/CustoType.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:客户类型类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Customer/PassPortType.cs b/SYS.Core/Customer/PassPortType.cs index 3a731af..1be960a 100644 --- a/SYS.Core/Customer/PassPortType.cs +++ b/SYS.Core/Customer/PassPortType.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:证件类型类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.Core/Customer/SexType.cs b/SYS.Core/Customer/SexType.cs index 9557209..18948d8 100644 --- a/SYS.Core/Customer/SexType.cs +++ b/SYS.Core/Customer/SexType.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:性别类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.Core/Room/CheckInfo.cs b/SYS.Core/Room/CheckInfo.cs index 5f41af0..9bea6c3 100644 --- a/SYS.Core/Room/CheckInfo.cs +++ b/SYS.Core/Room/CheckInfo.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:监管统计类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Room/Room.cs b/SYS.Core/Room/Room.cs index 45a5fee..9b4e473 100644 --- a/SYS.Core/Room/Room.cs +++ b/SYS.Core/Room/Room.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:房间类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Room/RoomState.cs b/SYS.Core/Room/RoomState.cs index f6db474..4e1d390 100644 --- a/SYS.Core/Room/RoomState.cs +++ b/SYS.Core/Room/RoomState.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:房间状态类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Room/RoomType.cs b/SYS.Core/Room/RoomType.cs index fac494f..2fd8fe1 100644 --- a/SYS.Core/Room/RoomType.cs +++ b/SYS.Core/Room/RoomType.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:房间类型类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Util/ApplicationVersionUtil.cs b/SYS.Core/Util/ApplicationVersionUtil.cs index 5fb2f0f..7c1d201 100644 --- a/SYS.Core/Util/ApplicationVersionUtil.cs +++ b/SYS.Core/Util/ApplicationVersionUtil.cs @@ -1,4 +1,28 @@ -using SYS.Common; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:检测软件版本 + */ +using SYS.Common; using System; using System.Collections.Generic; using System.Linq; diff --git a/SYS.Core/Util/CounterHelper.cs b/SYS.Core/Util/CounterHelper.cs index 9fe42c9..293428c 100644 --- a/SYS.Core/Util/CounterHelper.cs +++ b/SYS.Core/Util/CounterHelper.cs @@ -1,4 +1,28 @@ -using MySql.Data.MySqlClient; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:流水号规格 + */ +using MySql.Data.MySqlClient; using SYS.Common; using System; using System.Collections.Generic; diff --git a/SYS.Core/Util/DBHelper.cs b/SYS.Core/Util/DBHelper.cs index 2e4875d..cb6665a 100644 --- a/SYS.Core/Util/DBHelper.cs +++ b/SYS.Core/Util/DBHelper.cs @@ -1,3 +1,27 @@ +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:数据库配置类 + */ using MySql.Data.MySqlClient; using System; using System.Collections.Generic; diff --git a/SYS.Core/Util/IDCardUtil.cs b/SYS.Core/Util/IDCardUtil.cs index a149f70..25f705f 100644 --- a/SYS.Core/Util/IDCardUtil.cs +++ b/SYS.Core/Util/IDCardUtil.cs @@ -1,4 +1,28 @@ -using MySql.Data.MySqlClient; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:身份证号码工具类 + */ +using MySql.Data.MySqlClient; using SYS.Common; using System; using System.Collections.Generic; diff --git a/SYS.Core/Util/Md5LockedUtil.cs b/SYS.Core/Util/Md5LockedUtil.cs index 1d9e57e..97356bb 100644 --- a/SYS.Core/Util/Md5LockedUtil.cs +++ b/SYS.Core/Util/Md5LockedUtil.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:MD5加密工具类 + */ +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/SYS.Core/Worker/GBType.cs b/SYS.Core/Worker/GBType.cs index 2a42b89..82a0055 100644 --- a/SYS.Core/Worker/GBType.cs +++ b/SYS.Core/Worker/GBType.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:奖惩类型类 + */ +using System; namespace SYS.Application { diff --git a/SYS.Core/Worker/Worker.cs b/SYS.Core/Worker/Worker.cs index 19ce2a6..957fa1e 100644 --- a/SYS.Core/Worker/Worker.cs +++ b/SYS.Core/Worker/Worker.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:员工信息类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Worker/WorkerCheck.cs b/SYS.Core/Worker/WorkerCheck.cs index 56728c5..95e8566 100644 --- a/SYS.Core/Worker/WorkerCheck.cs +++ b/SYS.Core/Worker/WorkerCheck.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:打卡考勤类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Worker/WorkerGoodBad.cs b/SYS.Core/Worker/WorkerGoodBad.cs index 3aad660..b0bd852 100644 --- a/SYS.Core/Worker/WorkerGoodBad.cs +++ b/SYS.Core/Worker/WorkerGoodBad.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:员工奖惩类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.Core/Worker/WorkerHistory.cs b/SYS.Core/Worker/WorkerHistory.cs index e518c48..1fe7b45 100644 --- a/SYS.Core/Worker/WorkerHistory.cs +++ b/SYS.Core/Worker/WorkerHistory.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:履历类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Zero/Admin.cs b/SYS.Core/Zero/Admin.cs index 9aac840..cd099df 100644 --- a/SYS.Core/Zero/Admin.cs +++ b/SYS.Core/Zero/Admin.cs @@ -1,4 +1,27 @@ - +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:管理员实体类 + */ namespace SYS.Core { /// diff --git a/SYS.Core/Zero/AdminInfo.cs b/SYS.Core/Zero/AdminInfo.cs index 1237e4c..35c961c 100644 --- a/SYS.Core/Zero/AdminInfo.cs +++ b/SYS.Core/Zero/AdminInfo.cs @@ -1,4 +1,28 @@ -namespace SYS.Core +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:管理员信息静态类 + */ +namespace SYS.Core { public class AdminInfo { @@ -22,7 +46,10 @@ /// public static string Name = ""; - + /// + /// 是否为超管 + /// + public static bool isAdmin; } } diff --git a/SYS.Core/Zero/Dept.cs b/SYS.Core/Zero/Dept.cs index c35c0ab..02c65bf 100644 --- a/SYS.Core/Zero/Dept.cs +++ b/SYS.Core/Zero/Dept.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:部门实体类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.Core/Zero/Education.cs b/SYS.Core/Zero/Education.cs index 4061f22..f2f1f86 100644 --- a/SYS.Core/Zero/Education.cs +++ b/SYS.Core/Zero/Education.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:学历类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.Core/Zero/LoginInfo.cs b/SYS.Core/Zero/LoginInfo.cs index f4a545b..122d617 100644 --- a/SYS.Core/Zero/LoginInfo.cs +++ b/SYS.Core/Zero/LoginInfo.cs @@ -1,4 +1,28 @@ -namespace SYS.Core +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:登录信息静态类 + */ +namespace SYS.Core { public static class LoginInfo { diff --git a/SYS.Core/Zero/Nation.cs b/SYS.Core/Zero/Nation.cs index 38a414f..b46ff40 100644 --- a/SYS.Core/Zero/Nation.cs +++ b/SYS.Core/Zero/Nation.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:民族类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.Core/Zero/Notice.cs b/SYS.Core/Zero/Notice.cs index 644c48a..d4de5de 100644 --- a/SYS.Core/Zero/Notice.cs +++ b/SYS.Core/Zero/Notice.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:任命公告类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Zero/OperationLog.cs b/SYS.Core/Zero/OperationLog.cs index 36032b1..4bff29c 100644 --- a/SYS.Core/Zero/OperationLog.cs +++ b/SYS.Core/Zero/OperationLog.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:操作日志类 + */ +using System; namespace SYS.Core { diff --git a/SYS.Core/Zero/position.cs b/SYS.Core/Zero/position.cs index 48ec3bf..a924e96 100644 --- a/SYS.Core/Zero/position.cs +++ b/SYS.Core/Zero/position.cs @@ -1,4 +1,28 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + *模块说明:职务类 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/SYS.FormUI/AppFunction/FrmAboutUs.cs b/SYS.FormUI/AppFunction/FrmAboutUs.cs index 60c5512..2c5ab62 100644 --- a/SYS.FormUI/AppFunction/FrmAboutUs.cs +++ b/SYS.FormUI/AppFunction/FrmAboutUs.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Drawing; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmAddRoom.cs b/SYS.FormUI/AppFunction/FrmAddRoom.cs index 3b00793..62c7b12 100644 --- a/SYS.FormUI/AppFunction/FrmAddRoom.cs +++ b/SYS.FormUI/AppFunction/FrmAddRoom.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Data; using MySql.Data.MySqlClient; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmAddWorker.cs b/SYS.FormUI/AppFunction/FrmAddWorker.cs index 657be19..bfb29a5 100644 --- a/SYS.FormUI/AppFunction/FrmAddWorker.cs +++ b/SYS.FormUI/AppFunction/FrmAddWorker.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using MySql.Data.MySqlClient; using System.Drawing; diff --git a/SYS.FormUI/AppFunction/FrmCash.cs b/SYS.FormUI/AppFunction/FrmCash.cs index 11492aa..ae75914 100644 --- a/SYS.FormUI/AppFunction/FrmCash.cs +++ b/SYS.FormUI/AppFunction/FrmCash.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Windows.Forms; using Sunny.UI; using SYS.Application; diff --git a/SYS.FormUI/AppFunction/FrmChangeAdminPwd.cs b/SYS.FormUI/AppFunction/FrmChangeAdminPwd.cs index 7480ba0..1451d2a 100644 --- a/SYS.FormUI/AppFunction/FrmChangeAdminPwd.cs +++ b/SYS.FormUI/AppFunction/FrmChangeAdminPwd.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using System; diff --git a/SYS.FormUI/AppFunction/FrmChangePosition.cs b/SYS.FormUI/AppFunction/FrmChangePosition.cs index fd39544..e8e5878 100644 --- a/SYS.FormUI/AppFunction/FrmChangePosition.cs +++ b/SYS.FormUI/AppFunction/FrmChangePosition.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using MySql.Data.MySqlClient; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmChangeRoom.cs b/SYS.FormUI/AppFunction/FrmChangeRoom.cs index 8586def..5732cba 100644 --- a/SYS.FormUI/AppFunction/FrmChangeRoom.cs +++ b/SYS.FormUI/AppFunction/FrmChangeRoom.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Windows.Forms; using SYS.Core; using Sunny.UI; diff --git a/SYS.FormUI/AppFunction/FrmChangeWorker.cs b/SYS.FormUI/AppFunction/FrmChangeWorker.cs index 2cad234..cb4d2d2 100644 --- a/SYS.FormUI/AppFunction/FrmChangeWorker.cs +++ b/SYS.FormUI/AppFunction/FrmChangeWorker.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Drawing; using System.Windows.Forms; using Sunny.UI; @@ -7,6 +30,9 @@ using SYS.FormUI.Properties; namespace SYS.FormUI { + /// + /// 员工操作界面 + /// public partial class FrmChangeWorker : Form { public static string wk_WorkerNo; diff --git a/SYS.FormUI/AppFunction/FrmChart.cs b/SYS.FormUI/AppFunction/FrmChart.cs index a0b4e43..fe0f2bd 100644 --- a/SYS.FormUI/AppFunction/FrmChart.cs +++ b/SYS.FormUI/AppFunction/FrmChart.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Windows.Forms; using Sunny.UI; diff --git a/SYS.FormUI/AppFunction/FrmCheckIn.cs b/SYS.FormUI/AppFunction/FrmCheckIn.cs index 519e972..a206d91 100644 --- a/SYS.FormUI/AppFunction/FrmCheckIn.cs +++ b/SYS.FormUI/AppFunction/FrmCheckIn.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmCheckInfo.cs b/SYS.FormUI/AppFunction/FrmCheckInfo.cs index 507f37a..752810c 100644 --- a/SYS.FormUI/AppFunction/FrmCheckInfo.cs +++ b/SYS.FormUI/AppFunction/FrmCheckInfo.cs @@ -1,4 +1,27 @@ -using SYS.Application; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Application; using System; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmCheckList.cs b/SYS.FormUI/AppFunction/FrmCheckList.cs index c18aa08..7baf294 100644 --- a/SYS.FormUI/AppFunction/FrmCheckList.cs +++ b/SYS.FormUI/AppFunction/FrmCheckList.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using System; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmCheckOutForm.cs b/SYS.FormUI/AppFunction/FrmCheckOutForm.cs index 4b2f8e1..459cea8 100644 --- a/SYS.FormUI/AppFunction/FrmCheckOutForm.cs +++ b/SYS.FormUI/AppFunction/FrmCheckOutForm.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Drawing; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmCustoManager.cs b/SYS.FormUI/AppFunction/FrmCustoManager.cs index db2c602..f6c5269 100644 --- a/SYS.FormUI/AppFunction/FrmCustoManager.cs +++ b/SYS.FormUI/AppFunction/FrmCustoManager.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using MySql.Data.MySqlClient; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmCustoSpend.cs b/SYS.FormUI/AppFunction/FrmCustoSpend.cs index b2e7676..45a7c20 100644 --- a/SYS.FormUI/AppFunction/FrmCustoSpend.cs +++ b/SYS.FormUI/AppFunction/FrmCustoSpend.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using System; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmCustomerManager.cs b/SYS.FormUI/AppFunction/FrmCustomerManager.cs index ce5d627..88f67e7 100644 --- a/SYS.FormUI/AppFunction/FrmCustomerManager.cs +++ b/SYS.FormUI/AppFunction/FrmCustomerManager.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using MySql.Data.MySqlClient; using System.Text.RegularExpressions; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmDepartment.cs b/SYS.FormUI/AppFunction/FrmDepartment.cs index dcec4f3..ef9672a 100644 --- a/SYS.FormUI/AppFunction/FrmDepartment.cs +++ b/SYS.FormUI/AppFunction/FrmDepartment.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using SYS.FormUI.Properties; diff --git a/SYS.FormUI/AppFunction/FrmEducation.cs b/SYS.FormUI/AppFunction/FrmEducation.cs index b2c4baa..23bed65 100644 --- a/SYS.FormUI/AppFunction/FrmEducation.cs +++ b/SYS.FormUI/AppFunction/FrmEducation.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using SYS.FormUI.Properties; diff --git a/SYS.FormUI/AppFunction/FrmGoodOrBad.cs b/SYS.FormUI/AppFunction/FrmGoodOrBad.cs index 80cceb8..8347596 100644 --- a/SYS.FormUI/AppFunction/FrmGoodOrBad.cs +++ b/SYS.FormUI/AppFunction/FrmGoodOrBad.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/SYS.FormUI/AppFunction/FrmInputs.cs b/SYS.FormUI/AppFunction/FrmInputs.cs index a17af3d..2fd952e 100644 --- a/SYS.FormUI/AppFunction/FrmInputs.cs +++ b/SYS.FormUI/AppFunction/FrmInputs.cs @@ -1,4 +1,27 @@ -using MySql.Data.MySqlClient; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using MySql.Data.MySqlClient; using Sunny.UI; using SYS.Application; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmMySpace.cs b/SYS.FormUI/AppFunction/FrmMySpace.cs index ebe0c20..c06974b 100644 --- a/SYS.FormUI/AppFunction/FrmMySpace.cs +++ b/SYS.FormUI/AppFunction/FrmMySpace.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using System; diff --git a/SYS.FormUI/AppFunction/FrmNation.cs b/SYS.FormUI/AppFunction/FrmNation.cs index c55c3cc..6587719 100644 --- a/SYS.FormUI/AppFunction/FrmNation.cs +++ b/SYS.FormUI/AppFunction/FrmNation.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using SYS.FormUI.Properties; diff --git a/SYS.FormUI/AppFunction/FrmNotice.cs b/SYS.FormUI/AppFunction/FrmNotice.cs index ca27b9a..25dcd3e 100644 --- a/SYS.FormUI/AppFunction/FrmNotice.cs +++ b/SYS.FormUI/AppFunction/FrmNotice.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using System; diff --git a/SYS.FormUI/AppFunction/FrmOperation.cs b/SYS.FormUI/AppFunction/FrmOperation.cs index 7c94f68..2457854 100644 --- a/SYS.FormUI/AppFunction/FrmOperation.cs +++ b/SYS.FormUI/AppFunction/FrmOperation.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using System; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmPosition.cs b/SYS.FormUI/AppFunction/FrmPosition.cs index 7e037cd..065be83 100644 --- a/SYS.FormUI/AppFunction/FrmPosition.cs +++ b/SYS.FormUI/AppFunction/FrmPosition.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using SYS.FormUI.Properties; diff --git a/SYS.FormUI/AppFunction/FrmReserList.Designer.cs b/SYS.FormUI/AppFunction/FrmReserList.Designer.cs index 1a58d34..ba6f5cf 100644 --- a/SYS.FormUI/AppFunction/FrmReserList.Designer.cs +++ b/SYS.FormUI/AppFunction/FrmReserList.Designer.cs @@ -51,7 +51,6 @@ this.txtTel = new Sunny.UI.UITextBox(); this.dtpBirthday = new Sunny.UI.UIDatePicker(); this.txtCustoAdress = new Sunny.UI.UITextBox(); - this.picGetCustoNo = new System.Windows.Forms.PictureBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); @@ -63,7 +62,6 @@ this.label2 = new System.Windows.Forms.Label(); this.btnSelect = new Sunny.UI.UIButton(); ((System.ComponentModel.ISupportInitialize)(this.dgvReserList)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.picGetCustoNo)).BeginInit(); this.SuspendLayout(); // // dgvReserList @@ -326,17 +324,6 @@ this.txtCustoAdress.StyleCustomMode = true; this.txtCustoAdress.TabIndex = 126; // - // picGetCustoNo - // - this.picGetCustoNo.BackColor = System.Drawing.Color.Transparent; - this.picGetCustoNo.BackgroundImage = global::SYS.FormUI.Properties.Resources.获取用户编号; - this.picGetCustoNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.picGetCustoNo.Location = new System.Drawing.Point(376, 298); - this.picGetCustoNo.Name = "picGetCustoNo"; - this.picGetCustoNo.Size = new System.Drawing.Size(21, 20); - this.picGetCustoNo.TabIndex = 123; - this.picGetCustoNo.TabStop = false; - // // label10 // this.label10.AutoSize = true; @@ -456,7 +443,6 @@ this.Controls.Add(this.txtTel); this.Controls.Add(this.dtpBirthday); this.Controls.Add(this.txtCustoAdress); - this.Controls.Add(this.picGetCustoNo); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); @@ -473,7 +459,6 @@ this.Text = "预约列表"; this.Load += new System.EventHandler(this.FrmReserList_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvReserList)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.picGetCustoNo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -498,7 +483,6 @@ private Sunny.UI.UITextBox txtTel; private Sunny.UI.UIDatePicker dtpBirthday; private Sunny.UI.UITextBox txtCustoAdress; - private System.Windows.Forms.PictureBox picGetCustoNo; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; diff --git a/SYS.FormUI/AppFunction/FrmReserList.cs b/SYS.FormUI/AppFunction/FrmReserList.cs index f213036..3bc1d4c 100644 --- a/SYS.FormUI/AppFunction/FrmReserList.cs +++ b/SYS.FormUI/AppFunction/FrmReserList.cs @@ -90,7 +90,7 @@ namespace SYS.FormUI new ReserService().DeleteReserInfo(dgvReserList.SelectedRows[0].Cells["clReserNo"].Value.ToString()); scope.Complete(); } - MessageBox.Show("操作成功"); + UIMessageBox.ShowSuccess("操作成功"); dgvReserList.AutoGenerateColumns = false; dgvReserList.DataSource = new ReserService().SelectReserAll(); @@ -98,11 +98,10 @@ namespace SYS.FormUI private void dgvReserList_CellClick(object sender, DataGridViewCellEventArgs e) { - string custoNo = new CounterHelper().GetNewId("ReserId"); + string custoNo = new CounterHelper().GetNewId("CustoId"); txtCustoNo.Text = custoNo; txtCustoName.Text = dgvReserList.SelectedRows[0].Cells["clCustoNm"].Value.ToString(); txtTel.Text = dgvReserList.SelectedRows[0].Cells["clTel"].Value.ToString(); - } private void txtCardID_Validated(object sender, EventArgs e) @@ -112,7 +111,7 @@ namespace SYS.FormUI if (string.IsNullOrEmpty(identityCard)) { //身份证号码不能为空,如果为空返回 - MessageBox.Show("身份证号码不能为空!"); + UIMessageBox.ShowError("身份证号码不能为空!"); if (txtCardID.CanFocus) { txtCardID.Focus();//设置当前输入焦点为txtCardID_identityCard @@ -124,7 +123,7 @@ namespace SYS.FormUI //身份证号码只能为15位或18位其它不合法 if (identityCard.Length != 15 && identityCard.Length != 18) { - MessageBox.Show("身份证号码为15位或18位,请检查!"); + UIMessageBox.ShowWarning("身份证号码为15位或18位,请检查!"); if (txtCardID.CanFocus) { txtCardID.Focus(); @@ -157,9 +156,8 @@ namespace SYS.FormUI } catch { - MessageBox.Show("请正确输入证件号码!"); + UIMessageBox.ShowError("请正确输入证件号码!"); } - //cbPassportType.SelectedIndex = 0; } } diff --git a/SYS.FormUI/AppFunction/FrmReserManager.cs b/SYS.FormUI/AppFunction/FrmReserManager.cs index a0f46c5..10c0072 100644 --- a/SYS.FormUI/AppFunction/FrmReserManager.cs +++ b/SYS.FormUI/AppFunction/FrmReserManager.cs @@ -44,7 +44,7 @@ namespace SYS.FormUI if (result1 == true && result2 == true) { - MessageBox.Show("预约成功!请在指定时间内进行登记入住"); + UIMessageBox.ShowSuccess("预约成功!请在指定时间内进行登记入住"); #region 获取添加操作日志所需的信息 OperationLog o = new OperationLog(); o.OperationTime = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd,HH:mm:ss")); diff --git a/SYS.FormUI/AppFunction/FrmRoomManager.cs b/SYS.FormUI/AppFunction/FrmRoomManager.cs index 3b3cd2c..f920db7 100644 --- a/SYS.FormUI/AppFunction/FrmRoomManager.cs +++ b/SYS.FormUI/AppFunction/FrmRoomManager.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmRoomMap.cs b/SYS.FormUI/AppFunction/FrmRoomMap.cs index 0335929..5c47e26 100644 --- a/SYS.FormUI/AppFunction/FrmRoomMap.cs +++ b/SYS.FormUI/AppFunction/FrmRoomMap.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using SYS.Core; using System; diff --git a/SYS.FormUI/AppFunction/FrmRoomStateManager.cs b/SYS.FormUI/AppFunction/FrmRoomStateManager.cs index d15151a..2fdab1d 100644 --- a/SYS.FormUI/AppFunction/FrmRoomStateManager.cs +++ b/SYS.FormUI/AppFunction/FrmRoomStateManager.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Windows.Forms; using SYS.Core; using Sunny.UI; diff --git a/SYS.FormUI/AppFunction/FrmSelectCustoInfo.cs b/SYS.FormUI/AppFunction/FrmSelectCustoInfo.cs index 258ace2..3771a0b 100644 --- a/SYS.FormUI/AppFunction/FrmSelectCustoInfo.cs +++ b/SYS.FormUI/AppFunction/FrmSelectCustoInfo.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Windows.Forms; using SYS.Core; using Sunny.UI; diff --git a/SYS.FormUI/AppFunction/FrmSellThing.cs b/SYS.FormUI/AppFunction/FrmSellThing.cs index 07bd06a..4e6e429 100644 --- a/SYS.FormUI/AppFunction/FrmSellThing.cs +++ b/SYS.FormUI/AppFunction/FrmSellThing.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmSellThingManager.cs b/SYS.FormUI/AppFunction/FrmSellThingManager.cs index 949f2d3..a32b080 100644 --- a/SYS.FormUI/AppFunction/FrmSellThingManager.cs +++ b/SYS.FormUI/AppFunction/FrmSellThingManager.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using MySql.Data.MySqlClient; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmSexType.cs b/SYS.FormUI/AppFunction/FrmSexType.cs index 6360056..7a3e81c 100644 --- a/SYS.FormUI/AppFunction/FrmSexType.cs +++ b/SYS.FormUI/AppFunction/FrmSexType.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/SYS.FormUI/AppFunction/FrmUnLockSystem.cs b/SYS.FormUI/AppFunction/FrmUnLockSystem.cs index f94f340..0f45b7b 100644 --- a/SYS.FormUI/AppFunction/FrmUnLockSystem.cs +++ b/SYS.FormUI/AppFunction/FrmUnLockSystem.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Diagnostics; using System.IO; using System.Reflection; diff --git a/SYS.FormUI/AppFunction/FrmUpLoadNotice.cs b/SYS.FormUI/AppFunction/FrmUpLoadNotice.cs index 6fc8be5..fc75469 100644 --- a/SYS.FormUI/AppFunction/FrmUpLoadNotice.cs +++ b/SYS.FormUI/AppFunction/FrmUpLoadNotice.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using MySql.Data.MySqlClient; using System.Windows.Forms; using SYS.Core; diff --git a/SYS.FormUI/AppFunction/FrmWorkerCheckInfo.cs b/SYS.FormUI/AppFunction/FrmWorkerCheckInfo.cs index 15069fc..da8d4ca 100644 --- a/SYS.FormUI/AppFunction/FrmWorkerCheckInfo.cs +++ b/SYS.FormUI/AppFunction/FrmWorkerCheckInfo.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Application; using System; using System.Windows.Forms; diff --git a/SYS.FormUI/AppFunction/FrmWorkerManager.cs b/SYS.FormUI/AppFunction/FrmWorkerManager.cs index 3db31e4..df96822 100644 --- a/SYS.FormUI/AppFunction/FrmWorkerManager.cs +++ b/SYS.FormUI/AppFunction/FrmWorkerManager.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.ComponentModel; using System.Windows.Forms; using Sunny.UI; diff --git a/SYS.FormUI/AppFunction/FrmWtiInfo.cs b/SYS.FormUI/AppFunction/FrmWtiInfo.cs index 5e733c9..f71c346 100644 --- a/SYS.FormUI/AppFunction/FrmWtiInfo.cs +++ b/SYS.FormUI/AppFunction/FrmWtiInfo.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Windows.Forms; using Sunny.UI; using SYS.Application; diff --git a/SYS.FormUI/AppInterface/FrmAdminEnter.cs b/SYS.FormUI/AppInterface/FrmAdminEnter.cs index 6b6424c..5a57296 100644 --- a/SYS.FormUI/AppInterface/FrmAdminEnter.cs +++ b/SYS.FormUI/AppInterface/FrmAdminEnter.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Windows.Forms; using SYS.Core; using Sunny.UI; @@ -29,6 +52,7 @@ namespace SYS.FormUI AdminInfo.Type = a.AdminType; AdminInfo.Name = a.AdminName; AdminInfo.Account = a.AdminAccount; + AdminInfo.isAdmin = a.IsAdmin == 0 ? false : true; FrmBackgroundSystem fm = new FrmBackgroundSystem(); fm.Show();//打开主窗体 this.Hide();//隐藏登录窗体 diff --git a/SYS.FormUI/AppInterface/FrmLogin.cs b/SYS.FormUI/AppInterface/FrmLogin.cs index a9cfca7..a8d3880 100644 --- a/SYS.FormUI/AppInterface/FrmLogin.cs +++ b/SYS.FormUI/AppInterface/FrmLogin.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Drawing; using System.Threading; using System.Windows.Forms; diff --git a/SYS.FormUI/AppMain/FrmBackgroundSystem.cs b/SYS.FormUI/AppMain/FrmBackgroundSystem.cs index eca38c9..607e0d0 100644 --- a/SYS.FormUI/AppMain/FrmBackgroundSystem.cs +++ b/SYS.FormUI/AppMain/FrmBackgroundSystem.cs @@ -1,4 +1,27 @@ -using Sunny.UI; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using Sunny.UI; using SYS.Core; using SYS.FormUI.AppFunction; using System; diff --git a/SYS.FormUI/AppMain/FrmMain.cs b/SYS.FormUI/AppMain/FrmMain.cs index e6de08f..51ab3c6 100644 --- a/SYS.FormUI/AppMain/FrmMain.cs +++ b/SYS.FormUI/AppMain/FrmMain.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/SYS.FormUI/AppUserControls/ucBaseInformation.cs b/SYS.FormUI/AppUserControls/ucBaseInformation.cs index 4f29833..fba6c29 100644 --- a/SYS.FormUI/AppUserControls/ucBaseInformation.cs +++ b/SYS.FormUI/AppUserControls/ucBaseInformation.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/SYS.FormUI/AppUserControls/ucEducationInformation.cs b/SYS.FormUI/AppUserControls/ucEducationInformation.cs index 1aaaf5b..4d8c201 100644 --- a/SYS.FormUI/AppUserControls/ucEducationInformation.cs +++ b/SYS.FormUI/AppUserControls/ucEducationInformation.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/SYS.FormUI/AppUserControls/ucHistory.cs b/SYS.FormUI/AppUserControls/ucHistory.cs index de1a42e..4190fdd 100644 --- a/SYS.FormUI/AppUserControls/ucHistory.cs +++ b/SYS.FormUI/AppUserControls/ucHistory.cs @@ -1,4 +1,27 @@ -using System.Windows.Forms; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System.Windows.Forms; namespace SYS.FormUI { diff --git a/SYS.FormUI/AppUserControls/ucPositionInformation.cs b/SYS.FormUI/AppUserControls/ucPositionInformation.cs index b29d56c..9fc77f2 100644 --- a/SYS.FormUI/AppUserControls/ucPositionInformation.cs +++ b/SYS.FormUI/AppUserControls/ucPositionInformation.cs @@ -1,4 +1,27 @@ -using SYS.Core; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using SYS.Core; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/SYS.FormUI/AppUserControls/ucRoomList.cs b/SYS.FormUI/AppUserControls/ucRoomList.cs index 7cf6a0d..1906e32 100644 --- a/SYS.FormUI/AppUserControls/ucRoomList.cs +++ b/SYS.FormUI/AppUserControls/ucRoomList.cs @@ -7,6 +7,7 @@ using System.Windows.Forms; using SYS.Core; using SYS.FormUI.Properties; using SYS.Application; +using Sunny.UI; namespace SYS.FormUI { @@ -277,18 +278,10 @@ namespace SYS.FormUI rm_RoomType = lblRoomType.Text; rm_RoomMoney = Convert.ToDecimal(romCustoInfo.RoomMoney).ToString(); rm_RoomStateId = 4; - DialogResult dr = MessageBox.Show("欢迎入住,请先注册客户信息!", "友情提示", MessageBoxButtons.YesNo, MessageBoxIcon.Information); - if (dr == DialogResult.Yes) - { - FrmReserList frm = new FrmReserList(); - frm.ShowDialog(); - } - else - { - MessageBox.Show("无法完成入住操作!"); - } - //FrmCheckIn frm = new FrmCheckIn(); - //frm.Show(); + UIMessageBox.ShowInfo("欢迎入住,请先注册客户信息!"); + FrmReserList frm = new FrmReserList(); + frm.ShowDialog(); + return; } else { diff --git a/SYS.FormUI/Program.cs b/SYS.FormUI/Program.cs index 8cbda97..a552a5d 100644 --- a/SYS.FormUI/Program.cs +++ b/SYS.FormUI/Program.cs @@ -1,4 +1,27 @@ -using System; +/* + * MIT License + *Copyright (c) 2021 咖啡与网络(java-and-net) + + *Permission is hereby granted, free of charge, to any person obtaining a copy + *of this software and associated documentation files (the "Software"), to deal + *in the Software without restriction, including without limitation the rights + *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + *copies of the Software, and to permit persons to whom the Software is + *furnished to do so, subject to the following conditions: + + *The above copyright notice and this permission notice shall be included in all + *copies or substantial portions of the Software. + + *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + *AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + *LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + *OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + *SOFTWARE. + * + */ +using System; using System.ComponentModel; using System.Windows.Forms; diff --git a/SYS.FormUI/SYS.FormUI.csproj b/SYS.FormUI/SYS.FormUI.csproj index 1511501..ac11de4 100644 --- a/SYS.FormUI/SYS.FormUI.csproj +++ b/SYS.FormUI/SYS.FormUI.csproj @@ -69,7 +69,7 @@ true - true + false SYS.FormUI.Program diff --git a/SYS.FormUI/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/SYS.FormUI/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 7edf5eb75efd416c78ef644063658204a67cca47..ee5ac63bf1b1a4ee2e9b38f3df33641c8a97fc54 100644 GIT binary patch literal 98198 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Ν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 Uw?)7vLisd}e8M|_*{}Hj0ol^z&j0`b -- Gitee